home *** CD-ROM | disk | FTP | other *** search
- object FormDownloadLameEnc: TFormDownloadLameEnc
- Left = 321
- Top = 267
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Download Lame Encoder'
- ClientHeight = 140
- ClientWidth = 468
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 468
- Height = 140
- Align = alClient
- BevelOuter = bvLowered
- BevelWidth = 3
- TabOrder = 0
- object Image1: TImage
- Left = 3
- Top = 3
- Width = 462
- Height = 134
- Align = alClient
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object lblDownloadLame: TLabel
- Left = 16
- Top = 64
- Width = 282
- Height = 30
- Cursor = crHandPoint
- Caption = 'Download lame_enc.dll here'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -21
- Font.Name = 'Comic Sans MS'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- OnClick = lblDownloadLinkClick
- OnEndDrag = lblDownloadLameEndDrag
- end
- object pbClose: TRSButton
- Left = 337
- Top = 78
- Width = 109
- Height = 26
- Center = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- OnClick = pbCloseClick
- end
- object Label1: TLabel
- Left = 32
- Top = 99
- Width = 259
- Height = 19
- Caption = 'Do not display this message at start up.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Comic Sans MS'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 449
- Height = 49
- Alignment = taCenter
- Color = clBlack
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clLime
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Lines.Strings = (
-
- 'The program can'#39't find the file lame_enc.dll. Press the link bel' +
- 'ow and '
-
- 'you will be directed to a download. Unzip the downloaded file to' +
- ' your '
- 'Windows folder. Then close and restart the program.')
- ParentFont = False
- TabOrder = 0
- end
- object cbShowDownload: TCheckBox
- Left = 16
- Top = 101
- Width = 13
- Height = 14
- Caption = 'cbShowDownload'
- TabOrder = 1
- end
- end
- end
-